BEE Lisp Functions Reference

<number> ISINTEGER ( I )

Returns true if specified parameter I is integer.

Example:

(ISINTEGER 2)                         ; 1

(ISINTEGER 2.0)                       ; 0

(ISINTEGER 2.3)                       ; 0