prova cosi:
codice:
<%
variabile = request.form("nomevariabilepassatadalform")
if IsNumber(variabile) then
%>
e' un numero
<%
else
%>
Non e' un numero
<%
end if
%>