Returns whether Integer i1 is greater than Integer i2
function intGt input Integer i1; input Integer i2; output Boolean b; end intGt;