next up previous

12.1.3 Testing For Integers

The integerp function returns the symbol TRUE if its argument is an integer, otherwise it returns the symbol FALSE.

Syntax

(integerp <expression>)


next up previous