This document discusses integration in MATLAB. It describes how MATLAB can be used to find both indefinite integrals (anti-derivatives) and definite integrals. The int command is used to find indefinite integrals by calculating the primitive function of an expression. Definite integrals, which calculate the area under a curve between bounds, can also be found using int by specifying the limits of integration. Examples are provided to demonstrate calculating indefinite and definite integrals of common functions in MATLAB.