Neither the Clojure page, nor its users seem to agree with you.
But it's "a Lisp" in the colloquial sense that it uses s-expression syntax and has macros.
- Insists on every expression being (wrapped (in parenthesis))
- Uses polish prefix notation
- Profound belief that recursion is more intuitive than loops
- Macros everywhere, because code is data, so why not?
- Whole language built from a very small set of axioms
- REPL-based workflow
QED Clojure is _a_ Lisp.
(FWIW I'm learning Racket right now)