.\"determine whether or not a given variable is an integer .TH intp 3 "5 Sep 1994" MudOS "LPC Library Functions" .SH NAME intp() - determine whether or not a given variable is an integer .SH SYNOPSIS int intp( mixed arg ); .SH DESCRIPTION Return 1 if `arg' is an integer number and zero (0) otherwise. .SH SEE ALSO mapp(3), stringp(3), pointerp(3), objectp(3), bufferp(3), floatp(3), functionp(3), nullp(3), undefinedp(3), errorp(3)