The isInstance? operator is a binary operator which determines if an entity is an instance of a Java class.
(define (isInstance? type object)
((primitive-virtual-method
<gnu.bytecode.Type> "isInstance" <boolean> (<Object>))
type object))