Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: featurep (<a>, <f>) Attempts to determine whether the object <a> has the feature <f> on the basis of the facts in the current database. If so, it returns true, else false.

Note that featurep returns false when neither <f> nor the negation of <f> can be established.
featurep evaluates its argument.
See also declare and features.
(%i1) declare (j, even)$
(%i2) featurep (j, integer);
(%o2) true(%o1) true (%i2)