.he 'ISINTEGER''Page %'
.fo 'Steven Hardy''January 78'
ISINTEGER	This function returns TRUE if its argument is an integer;
it could be defined as:
 	: FUNCTION ISINTEGER(X);
 	:	DATAWORD(X) = "INTEGER"
 	: END;
