ATOM

recognizer for atoms
Major Section:  PROGRAMMING

(atom x) is true if and only if x is an atom, i.e., not a cons pair.

Atom has a guard of t, and is a Common Lisp function. See any Common Lisp documentation for more information.