From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        intp - Determine if a variable is of type int.

SYNTAX

	int intp(mixed testvar)

DESCRIPTION

	This function return 1 if `testvar' was of the type integer,
	and 0 otherwise.

SEE ALSO

        mappingp in efun/type_related/mappingp

SEE ALSO

        stringp in efun/type_related/stringp

SEE ALSO

        pointerp in efun/type_related/pointerp

SEE ALSO

        objectp in efun/type_related/objectp